append file

英 [əˈpend faɪl] 美 [əˈpend faɪl]

网络  附加文件; 增补文件

计算机



双语例句

  1. You can also use>> to append the results to an existing file ( creating the file if it doesn't exist).
    您可使用>>以将命令输出结果附加到现有文件之后(如果文件不存在,则创建新文件)。
  2. ( It's good practice to prefix or append the file name with something indicating that the file is a model, thus the m).
    (一种好的做法是在文件名之前或之后添加一个能表明该文件是一个模型的前缀或后缀,比如m)。
  3. This means that you can run the data collection, and then immediately open a PMR and append the output file to it.
    这意味着,可以运行数据收集然后直接打开PMR,即可将输出文件附加到此PMR。
  4. You could just append the log message to the correct text file, but you would have to duplicate the log information style.
    您可以只是将日志消息附加到恰当的文本文件,但是您必须得套用日志信息格式。
  5. Because you'll be able to write to the file, not append, the file will be truncated.
    因为能够写入文件,而不是添加,所以文件会被截断。
  6. Tells the print command to append each username one after another to a file only.
    告诉打印命令仅将每个用户名依次追加到一个文件中。
  7. The snap alias uses redirection to append the output of a command to a file.
    snap别名使用重定向将命令的输出附加到文件中。
  8. If you would rather append to the file, simply use>>.
    如果希望在这个文件中追加内容,那么只需使用>>。
  9. If you need to append data to a file, you should use the append mode when creating the file object.
    如果需要向文件中添加数据,应当在创建file对象时,使用添加模式。
  10. The nohup command is used to start a command that will ignore hangup signals and will append stdout and stderr to a file.
    nohup命令用于启动一个忽略hangup信号的命令,并且将stdout和stderr附加到文件。
  11. To write the output of a command, append the greater-than symbol (> or>>) and the target file name or device desired after the command to be executed.
    要想写一个命令的输出,需要在执行的命令后面加上大于号(>或>>)和所需的目标文件名或设备。
  12. The second echo statement uses the double>> to append data to the bottom of an existing file.
    第二个echo语句使用两个>>将数据附加到现有文件的后面。
  13. You can use the$ notation for the last line to specify to the end of the file and double greater-than symbols (>>) after the w to indicate that you want to append to rather than overwrite the file.
    对于最后一行,可以使用$表示文件的末尾。可以在w后面使用两个大于号(>>)表示希望把内容附加到文件中而不是覆盖文件。
  14. You can use the file object to read data, to write data, to append data to a file, and to work with either binary or textual data.
    可以用file对象读取数据、写入数据或把数据添加到文件,以及处理二进制或文本数据。
  15. Need to do the same thing but append to an existing file instead of creating a new one?
    需要执行相同操作,但是附加到现有文件而不是创建新文件。
  16. You need to append the public key file contents to each machine you want to log in to automatically.
    您需要将这个公钥文件的内容追加到您希望自动地进行登录的每台计算机。
  17. To append standard error to a file, use^^.
    使用^^把标准错误追加到一个文件中。
  18. Append to existing log file.
    附加到现有日志文件。
  19. This is reported by Reset, Rewrite, Append, Rename and Erase, if you call them with an unassigned file as a parameter.
    这被复置报告,重写,附加,重新命名而且抹掉,如果你用如一个叁数的一个被不分配的文件打电话给他们。
  20. Specifies whether to append to or overwrite information in the file.
    指定是追加到还是改写文件中的信息。
  21. Click the ellipsis button to save the file name to the location of your choice, or to append the class declaration to an existing file.
    单击省略号按钮将该文件名保存到所选位置,或将类声明追加到现有文件。
  22. Open and append to a log file.
    打开日志文件并在其中追加内容。
  23. Gets a unique suffix to append to the file path for caching browsers.
    获取要追加到用于缓存浏览器的文件路径的唯一后缀。
  24. Append text to a file.
    向文件中追加文本。
  25. The code shows how to open, read, and append to a text file, as well as how to use the DAO data control.
    代码显示了如何打开,读取及追加一个文本文件,以及如何使用DAO数据控件。
  26. Append file opened to append to it.
    为向其追加内容而打开的文件。
  27. Unable to append the required extension to the file name. Please select a shorter file name.
    不能将所需的扩展名附在文件名的后面。请选择一个更短的文件名。
  28. Property specifies whether to append messages to the current log file, if allowed, or write them to a new log file.
    属性指定如果条件允许,是将消息追加到当前日志文件中,还是将消息写入新的日志文件中。
  29. Append script to file ( if saving to an existing file)
    向文件添加脚本(如果是保存到一个已有文件中)